home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_pas
/
ootp_4
/
list7_2.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1990-02-25
|
155b
|
11 lines
program Listing7_2;
uses mywindow, graph, mouse, crt;
begin
repeat until Keypressed;
SetMouseHandler(0);
RestoreCRTMode;
end.
{ Listing 7-2 }